Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX]hm-mime-message.php: Replace the mb_convert_encoding() function … #1272

Merged

Conversation

Baraka24
Copy link
Member

@Baraka24 Baraka24 commented Oct 5, 2024

While sending message in Cyph, we have this in our php error log file:
[Sat Oct 05 23:40:48.530169 2024] [php:notice] [pid 3960:tid 1196] [client ::1:8870] PHP Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in C:\\Apache24\\htdocs\\my_cypht\\modules\\smtp\\hm-mime-message.php on line 232

…with htmlspecialchars() for encoding HTML entities.
@Baraka24 Baraka24 added the needsCherryPicksTo2.x To be backported to all supported branches up to 2.x label Oct 9, 2024
@kambereBr kambereBr merged commit 5b6569b into cypht-org:master Oct 10, 2024
6 checks passed
@Baraka24 Baraka24 removed the needsCherryPicksTo2.x To be backported to all supported branches up to 2.x label Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants